Skip to content

release: v0.1.1224 - #3520

Merged
kojiwakayama merged 1 commit into
mainfrom
release/v0.1.1224
Aug 9, 2026
Merged

release: v0.1.1224#3520
kojiwakayama merged 1 commit into
mainfrom
release/v0.1.1224

Conversation

@kojiwakayama

@kojiwakayama kojiwakayama commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Patch release cutting #3519.

Contents

feat(agent): stamp an absolute emittedAt on persisted run events (#3519)

elapsedMs is measured from the encoder's construction, so reading it correctly requires knowing which encoder instance produced it — the anchor ambiguity behind three of the four attempts it took to land elapsedMs at all (#3483 clocked run-chunk-mirror, #3497 clocked hosted-lifecycle; both were correct fixes to encoders production does not use).

emittedAt has no anchor. Stored as epoch milliseconds: comparable without parsing, and roughly a third of the bytes of an ISO string on a stream carrying thousands of events per run.

Both fields are kept because they fail differently — a wall clock can step backwards under NTP correction and yield a negative duration; performance.now() cannot. emittedAt is the durable record, elapsedMs the trustworthy intra-run measure.

Unlocks created_at − emittedAt as ingest lag: the gap that produced the phantom "metronomic 30ms delta cadence" in the original trace analysis becomes measurable rather than a trap.

Also included: a refactor forwarding encoder timing as one timing options object instead of re-declaring each clock through four wrapper layers. Net-negative diff, no behaviour change — and it means adding a future clock is one edit rather than a sweep, which is structurally the same failure this field already went through.

Version files

deno.json, src/utils/version-constant.ts, and src/html/hydration-script-builder/hydration-runtime.generated.ts — all three at 0.1.1224.

Cut with --no-test --no-build; --no-build remains mandatory until issue #435 (deno task verify:dist does not exist) is fixed.

Summary by CodeRabbit

  • Chores
    • Updated the package version to 0.1.1224.
    • Updated the displayed application version to match the latest release.

@coderabbitai

coderabbitai Bot commented Aug 9, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 32652354-a34a-4b69-89c4-9dd4f3669084

📥 Commits

Reviewing files that changed from the base of the PR and between 4f6f158 and 329aacd.

⛔ Files ignored due to path filters (1)
  • src/html/hydration-script-builder/hydration-runtime.generated.ts is excluded by !**/*.generated.*
📒 Files selected for processing (2)
  • deno.json
  • src/utils/version-constant.ts

📝 Walkthrough

Walkthrough

The release version changes from 0.1.1223 to 0.1.1224 in package metadata and the exported VERSION constant.

Changes

Release version

Layer / File(s) Summary
Align package and exported versions
deno.json, src/utils/version-constant.ts
The package version and exported VERSION constant are updated to 0.1.1224.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: kwakayama

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the release version, which matches the main version and release changes in the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.1.1224

Comment @coderabbitai help to get the list of available commands.

@kojiwakayama
kojiwakayama added this pull request to the merge queue Aug 9, 2026
Merged via the queue into main with commit 59d159c Aug 9, 2026
33 checks passed
@kojiwakayama
kojiwakayama deleted the release/v0.1.1224 branch August 9, 2026 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant